Skip to content

Add version localization editing#4

Merged
trmquang93 merged 4 commits intomainfrom
feature/version-localization-editing
Mar 22, 2026
Merged

Add version localization editing#4
trmquang93 merged 4 commits intomainfrom
feature/version-localization-editing

Conversation

@trmquang93
Copy link
Copy Markdown
Contributor

Summary

  • Add version localization editing UI with inline edit/save/cancel for app store version localizations (description, keywords, what's new, etc.)
  • Add backend API endpoints for fetching and updating version localizations via ASC API
  • Replace build flat list selector with a modal picker component
  • Full test coverage: API client tests, server route tests, and component tests

Test plan

  • Verify version localizations load and display correctly on the version detail page
  • Test editing, saving, and canceling localization fields
  • Confirm build selector modal opens and selects builds properly
  • Run test suite: npm test

Add inline viewing and editing of App Store version localizations
(description, what's new, keywords, promotional text, support URL,
marketing URL) directly on the version detail page. Includes backend
CRUD routes, frontend API functions, a new VersionLocalizationsSection
component, and Vitest test setup with 44 tests across 3 suites.
Show only the selected build in the version detail page with a
"Change" button. Builds are now selected via a modal dialog,
sorted by upload date (newest first).
@trmquang93 trmquang93 merged commit e955123 into main Mar 22, 2026
@github-actions github-actions bot deleted the feature/version-localization-editing branch March 22, 2026 22:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant